home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
drying.swf
/
scripts
/
DefineButton2_55
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-08-08
|
340b
|
20 lines
on(release){
if(_root.boolReplay == 1)
{
_root.boolReplay = 0;
if(_root.isReroad)
{
getUrl("javascript:location.reload();", "");
}
else
{
stopAllSounds();
_root.gotoAndPlay("flIntro");
}
}
else
{
_root.gotoAndPlay("flHow");
}
}